home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 August: Tool Chest / Dev.CD Aug 95 TC / Dev.CD Aug 95 TC.toast / New System Software Extensions / MacODBC SDK 2.0b1 / ODBC Tools / SampleDriver / SampleDriver.r < prev    next >
Encoding:
Text File  |  1995-06-13  |  519 b   |  19 lines  |  [TEXT/MPS ]

  1. #include "ODBCtypes.r"
  2.  
  3. /*
  4.  *    the brand name resource. this string is displayed to the user
  5.  *    whenever a list of function sets with the same parent id's are
  6.  *    shown, e.g. the list of all odbc drivers. the current version of
  7.  *    the apple shared library manager doesn't have a way to associate
  8.  *    a brand name string with a shared library.
  9.  */
  10.  
  11. resource 'odbc' (0) { "Sample" };
  12.  
  13. resource 'odbc' (1) { 
  14.     "APILevel=0\000"
  15.     "ConnectFunctions=NNN\000"
  16.     "DriverODBCVer=02.00\000" 
  17.     "FileUsage=0\000" 
  18.     "SQLLevel=0\000" 
  19.     };